home *** CD-ROM | disk | FTP | other *** search
- /*
- * config.h -- Automatically generated file, don't change.
- */
-
- #ifndef __CONFIG_H
- #define __CONFIG_H
-
- #define HOST_SYSTEM "NeXTstep"
- #define NeXTstep 1
- #define UNIX_FILENAMES 1
- #define ISO_CHARSET 1
- #define CELL_TYPE int
- #define HALF_CELL_TYPE short
- #define HIGHBYTE_FIRST 0
- #define CELL_ALIGN 4
- #define SFLOAT_ALIGN 4
- #define DFLOAT_ALIGN 4
- #define KEEPS_SIGNALS 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_IOCTL_H 1
- #define HAVE_FCNTL_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_UTIME_H 1
- #define HAVE_SYS_TIME_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_LIBC_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_LOCALE_H 1
- #define HAVE_TERMIOS_H 1
- #define HAVE_SGTTY_H 1
- #define HAVE_CURSES_H 1
- #define eXit(X) exit(X)
- #define HAVE_RANDOM 1
- #define HAVE_AH_TRIG 1
- #define pow10(X) pow (10.0, (X))
- #define HAVE_MEMMOVE 1
- char *strdup (const char *);
- #define HAVE_REMOVE 1
- #define HAVE_RENAME 1
- #define HAVE_ACCESS 1
- #define getcwd(P,L) getwd(P)
- #define HAVE_STAT 1
- #define HAVE_FSTAT 1
- #define HAVE_FILENO 1
- #define HAVE_TRUNCATE 1
- #define HAVE_UMASK 1
- #define HAVE_LINK 1
- #define HAVE_PID 1
- #define HAVE_UID 1
- #define HAVE_GID 1
- #define HAVE_USLEEP 1
- #define HAVE_SELECT 1
- #define HAVE_RAISE 1
-
- #endif
-